home *** CD-ROM | disk | FTP | other *** search
- on(release){
- _root.line.clear();
- _root.bar._xscale = 0;
- _root.gamerun = false;
- _root.score = 0;
- _root.particle1._x = _root.particle1.startx;
- _root.particle1._y = _root.particle1.starty;
- _root.particle2._x = _root.particle2.startx;
- _root.particle2._y = _root.particle2.starty;
- }
-